You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > CountInRange Method > VectorInt.CountInRange Method ([In] int, [In] int, [In] int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.CountInRange Method ([In] int, [In] int, [In] int, int)

Returns number of values within the interval.

Syntax
C#
Visual Basic
public int CountInRange([In] int LowValue, [In] int HighValue, [In] int Index, int Len);

Returns number of values which fullfill condition LowValue < Value[i] < HighValue, for i traversing the range [Index]..[Index+Len-1] 

The function only supports prInt32 precision.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!